home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / sharutil.2 / sharutil / sharutils-4.2 / intl / ChangeLog < prev    next >
Encoding:
Text File  |  1995-12-04  |  21.6 KB  |  694 lines

  1. Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
  2.  
  3.     * cat-compat.c (textdomain):
  4.     Reverse order in which files are tried you load.  First
  5.     try local file, when this failed absolute path.
  6.  
  7. Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  8.  
  9.     * cat-compat.c (bindtextdomain): Add missing { }.
  10.  
  11. Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
  12.  
  13.     * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
  14.  
  15.     * Makefile.in:
  16.     Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
  17.  
  18. Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
  19.  
  20.     * hash-string.h: Capitalize arguments of macros.
  21.  
  22. Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
  23.  
  24.     * Makefile.in (DISTFILES): Prevent files names longer than 13
  25.     characters.  libintl.h.glibc->libintl.glibc,
  26.     libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
  27.  
  28. Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
  29.  
  30.     * dcgettext.c: Fix bug in preprocessor conditionals.
  31.  
  32. Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
  33.  
  34.     * libgettext.h: Solaris cc does not understand
  35.      #if !SYMBOL1 && !SYMBOL2.  Sad    but true.
  36.  
  37. Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
  38.  
  39.     * hash-string.h (hash_string):
  40.     Fix for machine with >32 bit `unsigned long's.
  41.  
  42.     * dcgettext.c (DCGETTEXT):
  43.     Fix horrible bug in loop for alternative translation.
  44.  
  45. Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
  46.  
  47.     * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
  48.     Some further simplifications in message number generation.
  49.  
  50. Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
  51.  
  52.     * libintl.h.glibc: Use __const instead of const in prototypes.
  53.  
  54.     * Makefile.in (install-src):
  55.     Install libintl.h.install instead of libintl.h.  This
  56.     is a stripped-down version.  Suggested by Peter Miller.
  57.  
  58.     * libintl.h.install, libintl.h.glibc: Initial revision.
  59.  
  60.     * localealias.c (_nl_expand_alias, read_alias_file):
  61.     Protect prototypes in type casts by __P.
  62.  
  63. Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
  64.  
  65.     * hash-string.h: Correct prototype for hash_string.
  66.  
  67. Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
  68.  
  69.     * hash-string.h (hash_string): Add prototype.
  70.  
  71.     * gettextP.h: Fix copyright.
  72.     (SWAP): Add prototype.
  73.  
  74. Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
  75.  
  76.     * localealias.c (read_alias_file): Forgot sizeof.
  77.     Avoid calling *printf function.  This introduces a big overhead.
  78.     Patch by Roland McGrath.
  79.  
  80. Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
  81.  
  82.     * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
  83.  
  84.     * finddomain.c (stpcpy):
  85.     Define substitution function local.  The macro was to flaky.
  86.  
  87.     * cat-compat.c: Fix typo.
  88.  
  89.     * xopen-msg.sed, linux-msg.sed:
  90.     While bringing message number to right place only accept digits.
  91.  
  92.     * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
  93.     leading 0s we don't need to remove them.  Reported by Marcus
  94.     Daniels.
  95.  
  96.     * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
  97.     dependency.  Reported by Marcus Daniels.
  98.  
  99.     * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
  100.     Generally cleanup using #if instead of #ifndef.
  101.  
  102.     * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
  103.  
  104. Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
  105.  
  106.     * Makefile.in (install-src): Don't install libintl.h and libintl.a
  107.     if we use an available gettext implementation.
  108.  
  109. Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
  110.  
  111.     * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
  112.     by Franc,ois Pinard.
  113.  
  114.     * libgettext.h: Use #if instead of #ifdef/#ifndef.
  115.  
  116.     * finddomain.c:
  117.     Comments describing what has to be done should start with FIXME.
  118.  
  119. Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
  120.  
  121.     * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
  122.     DISTFILES.common names the files common to both dist goals.
  123.     DISTFILES.gettext are the files only distributed in GNU gettext.
  124.  
  125. Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
  126.  
  127.     * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
  128.     This was necessary since a change in _nl_find_msg several weeks
  129.     ago.  I really don't know this is still not fixed.
  130.  
  131. Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
  132.  
  133.     * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
  134.     might mark a special condition.
  135.  
  136.     * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
  137.  
  138.     * Makefile.in (dist): Suppress error message when ln failed.
  139.     Get files from $(srcdir) explicitly.
  140.  
  141.     * libgettext.h (gettext_const): Rename to gettext_noop.
  142.  
  143. Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
  144.  
  145.     * finddomain.c (make_entry_rec):
  146.     Protect against wrong locale names by testing mask.
  147.  
  148.     * libgettext.h (gettext_const): Add macro definition.
  149.     Capitalize macro arguments.
  150.  
  151. Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
  152.  
  153.     * finddomain.c (_nl_find_domain):
  154.     Test for pointer != NULL before accessing value.
  155.     Reported by Tom Tromey.
  156.  
  157.     * gettext.c (NULL):
  158.     Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
  159.  
  160. Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
  161.  
  162.     * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
  163.  
  164. Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
  165.  
  166.     * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
  167.  
  168.     * localealias.c (alias_compare):
  169.     Peter Miller reported that tolower in some systems is
  170.     even dumber than I thought.  Protect call by `isupper'.
  171.  
  172. Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
  173.  
  174.     * Makefile.in (libdir, includedir): New variables.
  175.     (install-src): Install libintl.a and libintl.h in correct dirs.
  176.  
  177. Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
  178.  
  179.     * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
  180.  
  181.     * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
  182.  
  183.     * localealias.c:
  184.     Fix typo and superflous test.  Reported by Christian von Roques.
  185.  
  186. Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
  187.  
  188.     * finddomain.c (_nl_find_domain):
  189.     Correct some remainder from the pre-CEN syntax.  Now
  190.     we don't have a constant number of successors anymore.
  191.  
  192. Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
  193.  
  194.     * Makefile.in (DISTFILES): Add libintl.h.glibc.
  195.  
  196.     * Makefile.in (dist-libc): Add goal for packing sources for glibc.
  197.     (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
  198.  
  199.     * loadmsgcat.c: Forget to continue #if line.
  200.  
  201.     * localealias.c:
  202.     [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
  203.     space clean.
  204.  
  205.     * dcgettext.c, finddomain.c: Better comment to last change.
  206.  
  207.     * loadmsgcat.c:
  208.     [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
  209.     __fstat, __open, __close, __read, __mmap, and __munmap resp
  210.     to keep ANSI C name space clean.
  211.  
  212.     * finddomain.c:
  213.     [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
  214.  
  215.     * dcgettext.c:
  216.     [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
  217.     keep ANSI C name space clean.
  218.  
  219.     * libgettext.h:
  220.     Include sys/types.h for those old SysV systems out there.
  221.     Reported by Francesco Potorti`.
  222.  
  223.     * loadmsgcat.c (use_mmap): Define if compiled for glibc.
  224.  
  225.     * bindtextdom.c: Include all those standard headers
  226.     unconditionally if _LIBC is defined.
  227.  
  228.     * finddomain.c: Fix 2 times defiend -> defined.
  229.  
  230.     * textdomain.c: Include libintl.h instead of libgettext.h when
  231.     compiling for glibc.  Include all those standard headers
  232.     unconditionally if _LIBC is defined.
  233.  
  234.     * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
  235.  
  236.     * gettext.c:
  237.     Include libintl.h instead of libgettext.h when compiling for glibc.
  238.     Get NULL from stddef.h if we compile for glibc.
  239.  
  240.     * finddomain.c: Include libintl.h instead of libgettext.h when
  241.     compiling for glibc.  Include all those standard headers
  242.     unconditionally if _LIBC is defined.
  243.  
  244.     * dcgettext.c: Include all those standard headers unconditionally
  245.     if _LIBC is defined.
  246.  
  247.     * dgettext.c: If compiled in glibc include libintl.h instead of
  248.     libgettext.h.
  249.     (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
  250.  
  251.     * dcgettext.c: If compiled in glibc include libintl.h instead of
  252.     libgettext.h.
  253.     (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
  254.  
  255.     * bindtextdom.c:
  256.     If compiled in glibc include libintl.h instead of libgettext.h.
  257.  
  258. Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
  259.  
  260.     * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
  261.     Reported by Marcus Daniels.
  262.  
  263.     * cat-compat.c (bindtextdomain):
  264.     String used in putenv must not be recycled.
  265.     Reported by Marcus Daniels.
  266.  
  267.     * libgettext.h (__USE_GNU_GETTEXT):
  268.     Additional symbol to signal that we use GNU gettext
  269.     library.
  270.  
  271.     * cat-compat.c (bindtextdomain):
  272.     Fix bug with the strange stpcpy replacement.
  273.     Reported by Nelson Beebe.
  274.  
  275. Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
  276.  
  277.     * cat-compat.c: Include <string.h> for stpcpy prototype.
  278.  
  279.     * localealias.c (read_alias_file):
  280.     While expand strdup code temporary variable `cp' hided
  281.     higher level variable with same name.  Rename to `tp'.
  282.  
  283.     * textdomain.c (textdomain):
  284.     Avoid warning by using temporary variable in strdup code.
  285.  
  286.     * finddomain.c (_nl_find_domain): Remove unused variable `application'.
  287.  
  288. Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
  289.  
  290.     * localealias.c (alias_compare):
  291.     Use strcasecmp() only if available.  Else use
  292.     implementation in place.
  293.  
  294.     * intl-compat.c:
  295.     Wrapper functions now call *__ functions instead of __*.
  296.  
  297.     * libgettext.h: Declare prototypes for *__ functions instead for __*.
  298.  
  299.     * cat-compat.c, loadmsgcat.c:
  300.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  301.     of the standard libc and so prevent libintl.a from being used
  302.     standalone.
  303.  
  304.     * bindtextdom.c:
  305.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  306.     of the standard libc and so prevent libintl.a from being used
  307.     standalone.
  308.     Rename to bindtextdomain__ if not used in GNU C Library.
  309.  
  310.     * dgettext.c:
  311.     Rename function to dgettext__ if not used in GNU C Library.
  312.  
  313.     * gettext.c:
  314.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  315.     of the standard libc and so prevent libintl.a from being used
  316.     standalone.
  317.     Functions now called gettext__ if not used in GNU C Library.
  318.  
  319.     * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
  320.     Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
  321.     of the standard libc and so prevent libintl.a from being used
  322.     standalone.
  323.  
  324. Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
  325.  
  326.     * finddomain.c: Correct some bugs in handling of CEN standard
  327.      locale definitions.
  328.  
  329. Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
  330.  
  331.     * finddomain.c: Implement CEN syntax.
  332.  
  333.     * gettextP.h (loaded_domain): Extend number of successors to 31.
  334.  
  335. Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
  336.  
  337.     * Makefile.in (aliaspath): Remove path to X11 locale dir.
  338.  
  339.     * Makefile.in: Make install-src depend on install.  This helps
  340.      gettext to install the sources and other packages can use the
  341.      install goal.
  342.  
  343. Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
  344.  
  345.     * Makefile.in (uninstall): Remove stuff installed by install-src.
  346.  
  347. Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
  348.  
  349.     * VERSION.in: Initial revision.
  350.  
  351.     * Makefile.in (DISTFILES):
  352.     Add VERSION file.  This is not necessary for gettext, but
  353.     for other packages using this library.
  354.  
  355. Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
  356.  
  357.     * gettextP.h (_nl_find_domain):
  358.     New prototype after changing search strategy.
  359.  
  360.     * finddomain.c (_nl_find_domain):
  361.     We now try only to find a specified catalog.  Fall back to other
  362.     catalogs listed in the locale list is now done in __dcgettext.
  363.  
  364.     * dcgettext.c (__dcgettext):
  365.     Now we provide message fall back even to different languages.
  366.     I.e. if a message is not available in one language all the other
  367.      in the locale list a tried.  Formerly fall back was only possible
  368.      within one language.  Implemented by moving one loop from
  369.      _nl_find_domain to here.
  370.  
  371. Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
  372.  
  373.     * Makefile.in (gettextsrcdir):
  374.     Directory where source of GNU gettext library are made
  375.     available.
  376.     (INSTALL, INSTALL_DATA): Programs used for installing sources.
  377.     (gettext-src): New.  Rule to install GNU gettext sources for use in
  378.     gettextize shell script.
  379.  
  380. Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
  381.  
  382.     * loadmsgcat.c (_nl_load_domain):
  383.     Use mmap for loading only when munmap function is
  384.     also available.
  385.  
  386.     * Makefile.in (install): Depend on `all' goal.
  387.  
  388. Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
  389.  
  390.     * localealias.c (read_alias_file):
  391.     Do not overwrite '\n' when terminating alias value string.
  392.  
  393.     * localealias.c (read_alias_file):
  394.     Handle long lines.  Ignore the rest not fitting in
  395.     the buffer after the initial `fgets' call.
  396.  
  397. Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
  398.  
  399.     * gettextP.h (_nl_load_domain):
  400.     Add prototype, replacing prototype for _nl_load_msg_cat.
  401.  
  402.     * finddomain.c (_nl_find_domain):
  403.     Remove unneeded variable filename and filename_len.
  404.     (expand_alias): Remove prototype because functions does not
  405.      exist anymore.
  406.  
  407.     * localealias.c (read_alias_file):
  408.     Change type of fname_len parameter to int.
  409.     (xmalloc): Add prototype.
  410.  
  411.     * loadmsgcat.c: Better prototypes for xmalloc.
  412.  
  413. Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
  414.  
  415.     * finddomain.c (_nl_find_domain):
  416.     Allow alias name to be constructed from the four components.
  417.  
  418.     * Makefile.in (aliaspath): New variable.  Set to preliminary value.
  419.     (SOURCES): Add localealias.c.
  420.     (OBJECTS): Add localealias.o.
  421.  
  422.     * gettextP.h: Add prototype for _nl_expand_alias.
  423.  
  424.     * finddomain.c: Aliasing handled in intl/localealias.c.
  425.  
  426.     * localealias.c: Aliasing for locale names.
  427.  
  428.     * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
  429.  
  430. Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
  431.  
  432.     * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
  433.  
  434.     * cat-compat.c (bindtextdomain):
  435.     Correct implementation.  dirname parameter was not used.
  436.     Reported by Marcus Daniels.
  437.  
  438.     * gettextP.h (loaded_domain):
  439.     New fields `successor' and `decided' for oo, lazy
  440.     message handling implementation.
  441.  
  442.     * dcgettext.c:
  443.     Adopt for oo, lazy message handliing.
  444.       Now we can inherit translations from less specific locales.
  445.     (find_msg): New function.
  446.  
  447.     * loadmsgcat.c, finddomain.c:
  448.     Complete rewrite.  Implement oo, lazy message handling :-).
  449.       We now have an additional environment variable `LANGUAGE' with
  450.      a higher priority than LC_ALL for the LC_MESSAGE locale.
  451.       Here we can set a colon separated list of specifications each
  452.      of the form `language[_territory[.codeset]][@modifier]'.
  453.  
  454. Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
  455.  
  456.     * finddomain.c (unistd.h):
  457.     Include to get _PC_PATH_MAX defined on system having it.
  458.  
  459. Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
  460.  
  461.     * finddomain.c (stpcpy): Include prototype.
  462.  
  463.     * Makefile.in (dist): Remove `copying instead' message.
  464.  
  465. Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
  466.  
  467.     * Makefile.in (ID, TAGS): Do not use $^.
  468.  
  469. Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
  470.  
  471.     * Makefile.in (TAGS, ID): Use $^ as command argument.
  472.     (TAGS): Give etags -o option t write to current directory,
  473.      not $(srcdir).
  474.     (ID): Use $(srcdir) instead os $(top_srcdir)/src.
  475.     (distclean): Remove ID.
  476.  
  477. Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
  478.  
  479.     * Makefile.in (gnulocaledir):
  480.     New variable, always using share/ for data directory.
  481.     (DEFS): Add GNULOCALEDIR, used in finddomain.c.
  482.  
  483.     * finddomain.c (_nl_default_dirname):
  484.     Set to GNULOCALEDIR, because it always has to point
  485.     to the directory where GNU gettext Library writes it to.
  486.  
  487.     * intl-compat.c (textdomain, bindtextdomain):
  488.     Undefine macros before function definition.
  489.  
  490. Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
  491.  
  492.     * libgettext.h (_LIBINTL_H):
  493.     Protect definition in case where this file is included as
  494.     libgettext.h on Solaris machines.  Add comment about this.
  495.  
  496. Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
  497.  
  498.     * intl-compat.c (textdomain): Correct typo.
  499.  
  500. Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
  501.  
  502.     * dcgettext.c (dcgettext): Function now called __dcgettext.
  503.  
  504.     * dgettext.c (dgettext): Now called __dgettext and calls
  505.      __dcgettext.
  506.  
  507.     * gettext.c (gettext):
  508.     Function now called __gettext and calls __dgettext.
  509.  
  510.     * textdomain.c (textdomain): Function now called __textdomain.
  511.  
  512.     * bindtextdom.c (bindtextdomain): Function now called
  513.      __bindtextdomain.
  514.  
  515.     * intl-compat.c: Initial revision.
  516.  
  517.     * Makefile.in (SOURCES): Add intl-compat.c.
  518.     (OBJECTS): We always compile the GNU gettext library functions.
  519.       OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
  520.      and intl-compat.o.
  521.       (GETTOBJS): Contains now only intl-compat.o.
  522.  
  523.     * libgettext.h:
  524.     Re-include protection matches dualistic character of libgettext.h.
  525.     For all functions in GNU gettext library define __ counter part.
  526.  
  527.     * finddomain.c (strchr): Define as index if not found in C library.
  528.     (_nl_find_domain): For relative paths paste / in between.
  529.  
  530. Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
  531.  
  532.     * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
  533.  
  534.     * xopen-msg.sed: Fix bug with `msgstr ""' lines.
  535.     A little bit better comments.
  536.  
  537. Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
  538.  
  539.     * Makefile.in:
  540.     po-mode.el, makelinks, combine-sh are now found in ../misc.
  541.  
  542.     * po-mode.el, makelinks, combine-sh, elisp-comp:
  543.     Moved to ../misc/.
  544.  
  545.     * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
  546.  
  547. Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
  548.  
  549.     * Makefile.in (INSTALL, INSTALL_DATA): New variables.
  550.     (install-data, uninstall): Install/uninstall .elc file.
  551.  
  552.     * po-mode.el (Installation comment):
  553.     Add .pox as possible extension of .po files.
  554.  
  555. Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
  556.  
  557.     * elisp-comp: Complete new version by Franc,ois: This does not
  558.      fail when not compiling in the source directory.
  559.  
  560. Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
  561.  
  562.     * Makefile.in (../po/cat-id-tbl.o):
  563.     Use $(MAKE) instead of make for recursive make.
  564.  
  565.     * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
  566.     (install-exec): Add missing dummy goal.
  567.     (install-data, uninstall): @ in multi-line shell command at
  568.      beginning, not in front of echo.  Reported by Eric Backus.
  569.  
  570. Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
  571.  
  572.     * Makefile.in (DISTFILES):
  573.     Rename libgettext.perl to gettext.perl to fit in 14 chars
  574.     file systems.
  575.  
  576.     * gettext.perl:
  577.      Rename to gettext.perl to fit in 14 chars file systems.
  578.  
  579. Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
  580.  
  581.     * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
  582.  
  583. Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
  584.  
  585.     * po2tbl.sed.in: Pretty printing.
  586.  
  587.     * linux-msg.sed, xopen-msg.sed:
  588.     Correct bugs with handling substitute flags in branches.
  589.  
  590.     * hash-string.h (hash_string):
  591.     Old K&R compilers don't under stand `unsigned char'.
  592.  
  593.     * gettext.h (nls_uint32):
  594.     Some old K&R compilers (eg HP) don't understand `unsigned int'.
  595.  
  596.     * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
  597.  
  598. Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
  599.  
  600.     * Makefile.in (ELCFILES): New variable.
  601.     (DISTFILES): Add elisp-comp.
  602.     Add implicit rule for .el -> .elc compilation.
  603.     (install-data): install $ELCFILES
  604.     (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
  605.  
  606.     * elisp-comp: Initial revision
  607.  
  608. Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
  609.  
  610.     * Makefile.in:
  611.     cat-id-tbl.c is now found in po/.  This enables us to use an identical
  612.     intl/ directory in all packages.
  613.  
  614.     * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
  615.  
  616.     * textdomain.c: fix typo (#if def -> #if defined)
  617.  
  618. Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
  619.  
  620.     * Makefile.in (stamp-cat-id): use top_srcdir to address source files
  621.     (DISTFILES,distclean): move tupdate.perl to src/
  622.  
  623.     * po-to-tbl.sed.in:
  624.     add additional jump to clear change flag to recognize multiline strings
  625.  
  626. Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
  627.  
  628.     * textdomain.c: Protect inclusion of stdlib.h and string.h.
  629.  
  630.     * loadmsgcat.c: Protect inclusion of stdlib.h.
  631.  
  632.     * libgettext.h: Protect inclusion of locale.h.
  633.     Allow use in C++ programs.
  634.     Define NULL is not happened already.
  635.  
  636.     * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
  637.     po-to-tbl.sed.
  638.     (distclean): remove po-to-tbl.sed and tupdate.perl.
  639.  
  640.     * tupdate.perl.in: Substitute Perl path even in exec line.
  641.     Don't include entries without translation from old .po file.
  642.  
  643. Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
  644.  
  645.     * tupdate.perl.in: use "Updated: " in msgid "".
  646.  
  647.     * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
  648.      Define getenv if !__STDC__.
  649.  
  650.     * bindtextdom.c: Protect stdlib.h and string.h inclusion.
  651.      Define free if !__STDC__.
  652.  
  653.     * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  654.      Define free if !__STDC__.
  655.  
  656.     * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
  657.  
  658. Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
  659.  
  660.     * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
  661.     Remove unneeded $(srcdir) from Makefile.in dependency.
  662.  
  663.     * makelinks: Add copyright and short description.
  664.  
  665.     * po-mode.el: Last version for 0.7.
  666.  
  667.     * tupdate.perl.in: Fix die message.
  668.  
  669.     * dcgettext.c: Protect include of string.h.
  670.  
  671.     * gettext.c: Protect include of stdlib.h and further tries to get NULL.
  672.  
  673.     * finddomain.c: Some corrections in includes.
  674.  
  675.     * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
  676.  
  677.     * po-to-tbl.sed: Adopt for new .po file format.
  678.  
  679.     * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
  680.  
  681. Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
  682.  
  683.     * tupdate.perl.in: Complete rewrite for new .po file format.
  684.  
  685. Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
  686.  
  687.     * First official release.  This directory contains all the code
  688.     needed to internationalize own packages.  It provides functions
  689.     which allow to use the X/Open catgets function with an interface
  690.     like the Uniforum gettext function.  For system which does not
  691.     have neither of those a complete implementation is provided.
  692.  
  693.  
  694.